Ansible – Launch Playbook with a specific version of Python

For example, there is an instance on which Python of the 2nd and 3rd versions is installed, but the default is 2nd, and in order not to change the default version and start the Playbook using Python3, you can use the following command:   You can also specify the interpreter in the inventory file:   … Continue reading Ansible – Launch Playbook with a specific version of Python